This folder contains the code to obtain the results shown in Appendix F of our paper. dataset.py and online_logistic_regression.py are based on parts of https://github.com/stanford-futuredata/wmsketch.

To download the RCV1 dataset to this folder, run the following command:
$ make -f download_datasets download_data

To delete all the datasets from this folder after downloading, run the following command:
$ make -f download_datasets delete_datasets

To obtain the results shown in Appendix F, run the following command after downloading the RCV1 dataset:
$ python3 main.py
